.. _Ini Functions: ========================== Ini Functions ========================== .. toctree:: :maxdepth: 1 +-----------------------------------------------------------------------------------------------------------------------------------------------------+ | **Functions** | +-----------------------------------------------------------------------------------------------------------------------------------------------------+ | void __cdecl **BGDefaultPrivateProfileString**\(const char* section, const char* key, const char* value) | +-----------------------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **BGGetPrivateProfileInt**\(const char* section, const char* key, int default_value) | +-----------------------------------------------------------------------------------------------------------------------------------------------------+ | void __cdecl **BGGetPrivateProfileSection**\(char* sectionName, void **\(__cdecl ***)**\(const char*, const char*, void*) callback, void* batton) | +-----------------------------------------------------------------------------------------------------------------------------------------------------+ | void* __cdecl **BGGetPrivateProfileString**\(const char* section, const char* key, const char* default_value, char* buffer, int size) | +-----------------------------------------------------------------------------------------------------------------------------------------------------+ | void __cdecl **BGRemovePrivateProfileObject**\(const char* section, const char* key) | +-----------------------------------------------------------------------------------------------------------------------------------------------------+ | void __cdecl **BGWritePrivateProfileString**\(const char* section, const char* key, const char* value) | +-----------------------------------------------------------------------------------------------------------------------------------------------------+ | const char* __cdecl **GetPrivateProfileObject**\(const char* section, const char* key) | +-----------------------------------------------------------------------------------------------------------------------------------------------------+ | _iobuf* __cdecl **OpenIniFile**\(const char* path, const char* mode) | +-----------------------------------------------------------------------------------------------------------------------------------------------------+ | void __cdecl **chReadIniFile**\(const char* path) | +-----------------------------------------------------------------------------------------------------------------------------------------------------+ | void __cdecl **chWriteInifile**\() | +-----------------------------------------------------------------------------------------------------------------------------------------------------+